lcBlockGetLastEnt Home

Returns a handle to the last graphic object in a block.

 HANDLE lcBlockGetLastEnt (
   HANDLE hBlock
 );

Parameters
hBlock
  Handle to a block.

Return Value

  Handle to a graphic object or NULL if the block is empty.

Remarks

  By default, the function don't retrieve an object which is marked as "deleted" (LC_PROP_ENT_DELETED). In order to retrieve it, set property LC_PROP_G_GETDELENT to TRUE.

See Also

  lcBlockGetPrevEntlcBlockGetFirstEntlcBlockGetNextEnt